home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 April / Software of the Month Club 1996 April.iso / pc / os2 / htmlchk / mac / hctterm.mac < prev    next >
Text File  |  1996-02-21  |  1KB  |  24 lines

  1. /*---------------------------------------------------------------------------*/
  2. /*                                                                           */
  3. /*  hctTerm - This REXX Macro is called when the report is finished and there*/
  4. /*           is nothing else left to do.  The output file is closed after    */
  5. /*           this Macro Call                                                 */
  6. /*                                                                           */
  7. /*  Valid Variables are:                                                     */
  8. /*      hcReportName    hcReportDescription     hcServerURL                  */
  9. /*      hcServerRoot    hcDocumentRoot          hcTopHTML                    */
  10. /*                                                                           */
  11. /*                                                                           */
  12. /*---------------------------------------------------------------------------*/
  13.  
  14.  
  15.   Call RxhcLineOut '---------Term----------'
  16.   Call RxhcLineOut 'hcReportName=' hcReportName
  17.   Call RxhcLineOut 'hcReportDescription=' hcReportDescription
  18.   Call RxhcLineOut 'hcServerURL=' hcServerURL
  19.   Call RxhcLineOut 'hcServerRoot=' hcServerRoot
  20.   Call RxhcLineOut 'hcDocumentRoot=' hcDocumentRoot
  21.   Call RxhcLineOut 'hcTopHTML=' hcTopHTML
  22.  
  23. RETURN
  24.